projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac61aed
)
meson: Add missing Wayland protocol
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 2 Aug 2017 11:31:30 +0000
(12:31 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 2 Aug 2017 11:31:30 +0000
(12:31 +0100)
GDK depends on a new Wayland protocol.
gdk/wayland/meson.build
patch
|
blob
|
history
diff --git
a/gdk/wayland/meson.build
b/gdk/wayland/meson.build
index fe103df26e400604a3245369e4f6e1c6fa89d571..bab68ac30e75914dbb474721406d52159c9e06e6 100644
(file)
--- a/
gdk/wayland/meson.build
+++ b/
gdk/wayland/meson.build
@@
-54,6
+54,7
@@
proto_sources = [
['xdg-shell', 'unstable', 'v6', ],
['xdg-foreign', 'unstable', 'v1', ],
['tablet', 'unstable', 'v2', ],
+ [ 'keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
]
gdk_wayland_gen_headers = []